ComponentOne ASP.NET MVC Controls
MinLength Property

C1.Web.Mvc Namespace > AutoCompleteBase<T> Class : MinLength Property
Gets or sets the minimum input length to trigger autocomplete suggestions.
Syntax
'Declaration
 
<DefaultValueAttribute(2)>
Public Overridable Property MinLength As Integer
[DefaultValue(2)]
public virtual int MinLength {get; set;}
See Also

Reference

AutoCompleteBase<T> Class
AutoCompleteBase<T> Members